/**
 * waiEditTab.css
 *
 * Pure Web RIA Development Solution / <IDE> Module
 *
 * (c) 2014-2015 Corebank Co.,Ltd. http://www.corebank.co.kr
 * License: Copyright(C) COREBANK. all right reserved.
 */


.waiIDEBody {
    width       : 100%;
    height      : 100%;
    padding     : 0px;
    margin      : 0px;
    border      : 0px;
    font-size   : 12px;
    font-family : "Arial", sans-serif;
}

.waiIDETable {
    width:100%;
    height:100%;
    border-spacing:0px;
    padding     : 0px;
    margin      : 0px;
    border      : 0px;
    font-size   : 12px;
    font-family : "Arial", sans-serif;
}

.workAreaTable {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0px 0px 0px 0px;
}
.icon-cut{
    background:url('../img/icon-cut2.png') no-repeat center center;
}
.icon-copy{
    background:url('../img/icon-copy.png') no-repeat center center;
}
.icon-paste{
    background:url('../img/icon-paste.png') no-repeat center center;
}
.icon-delete{
    background:url('../img/icon-delete.png') no-repeat center center;
}
.icon-undo{
    background:url('../img/icon-undo2.png') no-repeat center center;
}
.icon-redo{
    background:url('../img/icon-redo2.png') no-repeat center center;
}
.icon-bringToFront{
    background:url('../img/icon-bringToFront.png') no-repeat center center;
}
.icon-sendToBack{
    background:url('../img/icon-sendToBack.png') no-repeat center center;
}
.icon-bringForward{
    background:url('../img/icon-bringForward.png') no-repeat center center;
}
.icon-sendBackWard{
    background:url('../img/icon-sendBackWard.png') no-repeat center center;
}
.icon-alignLeft{
    background:url('../img/icon-alignLeft.png') no-repeat center center;
}
.icon-alignTop{
    background:url('../img/icon-alignTop.png') no-repeat center center;
}
.icon-alignRight{
    background:url('../img/icon-alignRight.png') no-repeat center center;
}
.icon-alignBottom{
    background:url('../img/icon-alignBottom.png') no-repeat center center;
}
.icon-sizeMaxH{
    background:url('../img/icon-sizeMaxH.png') no-repeat center center;
}
.icon-sizeMaxW{
    background:url('../img/icon-sizeMaxW.png') no-repeat center center;
}
.icon-sizeMinH{
    background:url('../img/icon-sizeMinH.png') no-repeat center center;
}
.icon-sizeMinW{
    background:url('../img/icon-sizeMinW.png') no-repeat center center;
}
.icon-marginsTB{
    background:url('../img/icon-marginsTB.png') no-repeat center center;
}
.icon-marginsLR{
    background:url('../img/icon-marginsLR.png') no-repeat center center;
}
.icon-equalH{
    background:url('../img/icon-equalH.png') no-repeat center center;
}
.icon-equalW{
    background:url('../img/icon-equalW.png') no-repeat center center;
}
.icon-logo{
    background:url('../img/icon-logo.png') no-repeat center center;
}
.icon-blank{
    background:url('../lib/easy-ui/themes/icons/blank.gif') no-repeat center center;
}
.icon-edit{
    background:url('../lib/easy-ui/themes/icons/pencil.png') no-repeat center center;
}
.icon-menu{
    background:url('../img/icon-menu.png') no-repeat center center;
}
.icon-tabClose{
    background:url('../img/icon-tabClose.png') no-repeat center center;
}
.icon-tabCloseOn{
    background:url('../img/icon-tabCloseOn.png') no-repeat center center;
}

.icon-project{
    background:url('../img/icon-project.png') no-repeat center center;
}
.icon-root{
    background:url('../img/icon-webRoot.png') no-repeat center center;
}
.icon-collapse{
    background:url('../img/icon-collapse.png') no-repeat center center;
}
.icon-expand{
    background:url('../img/icon-expand.png') no-repeat center center;
}
.icon-find{
    background:url('../img/icon-find.png') no-repeat center center;
}
.icon-refresh{
    background:url('../img/icon-refresh.png') no-repeat center center;
}
.icon-dataSvcEditor{
    background:url('../img/icon-dataSvcEditor.png') no-repeat center center;
}
.icon-projMan{
    background:url('../img/menu-pageSetting.png') no-repeat center center;
}
.icon-pageInfo{
    background:url('../img/icon-pageInfo.png') no-repeat center center;
}
.icon-fileOpen{
    background:url('../img/icon-fileOpen.png') no-repeat center center;
}
.icon-propEdit{
    background:url('../img/icon-propEdit.png') no-repeat center center;
}
.icon-zoomin{
    background:url('../img/compList_expand.png') no-repeat center center;
}
.icon-zoomout{
    background:url('../img/compList_collapse.png') no-repeat center center;
}
.icon-filters{
    background:url('../img/icon-filters.png') no-repeat center center;
}
.icon-lock{
    background:url('../img/lock.gif') no-repeat center center;
}
.icon-unlock{
    background:url('../img/unlock.gif') no-repeat center center;
}
.icon-revert{
    background:url('../img/revert.gif') no-repeat center center;
}

.iconfiletype {
    display: inline-block;
    width:100%; height:16px; max-width:16px;
    background:url('../img/filetype-file.gif') no-repeat center center;
}

.filetype-htm, .filetype-html{
    background:url('../img/filetype-htm.gif') no-repeat center center;
}
.filetype-css{
    background:url('../img/filetype-css.gif') no-repeat center center;
}
.filetype-js, .filetype-javascript{
    background:url('../img/filetype-js.gif') no-repeat center center;
}
.filetype-jsp{
    background:url('../img/filetype-jsp.gif') no-repeat center center;
}
.filetype-asp{
    background:url('../img/filetype-asp.gif') no-repeat center center;
}
.filetype-php{
    background:url('../img/filetype-php.gif') no-repeat center center;
}
.filetype-xml{
    background:url('../img/filetype-xml.gif') no-repeat center center;
}
.filetype-txt{
    background:url('../img/filetype-txt.gif') no-repeat center center;
}
.filetype-gif{
    background:url('../img/filetype-gif.gif') no-repeat center center;
}
.filetype-jpg, .filetype-jpeg{
    background:url('../img/filetype-jpg.gif') no-repeat center center;
}
.filetype-png{
    background:url('../img/filetype-png.gif') no-repeat center center;
}
.filetype-pc{
    background:url('../img/filetype-pc.png') no-repeat center center;
}
.filetype-bmp{
    background:url('../img/filetype-bmp.gif') no-repeat center center;
}
.filetype-zip, .filetype-x-zip-compressed{
    background:url('../img/filetype-zip.gif') no-repeat center center;
}
.filetype-yrf{
    background:url('../img/filetype-yrf.gif') no-repeat center center;
}
.filetype-pdf{
    background:url('../img/filetype-pdf.gif') no-repeat center center;
}
.filetype-wdf{
    background:url('../img/filetype-wdf.gif') no-repeat center center;
}
.filetype-json{
    background:url('../img/filetype-json.gif') no-repeat center center;
}
.filetype-tar{
    background:url('../img/filetype-tar.gif') no-repeat center center;
}
.filetype-wjs{
    background:url('../img/filetype-wjs.gif') no-repeat center center;
}
.filetype-doc, .filetype-docx, .filetype-docm, .filetype-haansoftdoc, .filetype-haansoftdocx, .filetype-vndms-worddocumentmacroEnabled12 {
    background:url('../img/filetype-doc.png') no-repeat center center;
}
.filetype-xls, .filetype-xlsx, .filetype-xlsm, .filetype-haansoftxls, .filetype-haansoftxlsx, .filetype-vndms-excelsheetmacroEnabled12 {
    background:url('../img/filetype-xls.png') no-repeat center center;
}
.filetype-ppt, .filetype-pptx, .filetype-pptm, .filetype-haansoftppt, .filetype-haansoftpptx, .filetype-vndms-powerpointpresentationmacroEnabled12 {
    background:url('../img/filetype-ppt.png') no-repeat center center;
}
.filetype-mp3, .filetype-mp4, .filetype-avi, .filetype-k3g, .filetype-mov, .filetype-mpeg, .filetype-wmv, .filetype-quicktime{
    background:url('../img/filetype-mp4.gif') no-repeat center center;
}

.menu-newFile{
    background:url('../img/menu-newFile.png') no-repeat center center;
}
.menu-newDirectory{
    background:url('../img/menu-newDirectory.png') no-repeat center center;
}
.menu-save{
    background:url('../img/menu-save.png') no-repeat center center;
}
.menu-openProject{
    background:url('../img/menu-openProject.png') no-repeat center center;
}
.menu-pageSetting{
    background:url('../img/menu-pageSetting.png') no-repeat center center;
}
.menu-dataDefiner{
    background:url('../img/menu-dataDefiner.png') no-repeat center center;
}
.menu-projManager{
    background:url('../img/menu-projMan.gif') no-repeat center center;
}
.menu-teamManager{
    background:url('../img/menu-teamMan.gif') no-repeat center center;
}
.menu-option{
    background:url('../img/menu-options.png') no-repeat center center;
}
.menu-exportProject{
    background:url('../img/menu-exportProject.png') no-repeat center center;
}
.menu-exportDir{
    background:url('../img/menu-exportDir.png') no-repeat center center;
}
.menu-logList{
    background:url('../img/menu-logList.png') no-repeat center center;
}
.menu-shellCommand{
    background:url('../img/menu-shellCommand.png') no-repeat center center;
}
.menu-logout{
    background:url('../img/menu-logout.png') no-repeat center center;
}
.menu-upload{
    background:url('../img/menu-upload.png') no-repeat center center;
}
.menu-download{
    background:url('../img/menu-download.png') no-repeat center center;
}

/* Project Tree - ContextMenu Icons */
.menu-checkIn{
    background:url('../img/menu-fileCheckin.png') no-repeat center center;
}
.menu-Commit{
    background:url('../img/menu-fileCommit.png') no-repeat center center;
}
.menu-Update{
    background:url('../img/menu-fileUpdate.png') no-repeat center center;
}
.menu-History{
    background:url('../img/menu-fileHistory.png') no-repeat center center;
}


/* WYSIWYG Design Editor Icons */
.icon-togDR{
    background:url('../img/icon-togDR.png') no-repeat center center;
}
.icon-DesignMode{
    background:url('../img/icon-designMode.png') no-repeat center center;
}
.icon-DsoMode{
    background:url('../img/icon-dsoMode.png') no-repeat center center;
}
.icon-CodeMode{
    background:url('../img/icon-codeMode.png') no-repeat center center;
}
.icon-toolMenuLeft{
    background:url('../img/menu-positionLeft.png') no-repeat center center;
}
.icon-toolMenuRight{
    background:url('../img/menu-positionRight.png') no-repeat center center;
}
.icon-flipRight{
    background:url('../img/icon-flipRight.png') no-repeat center center;
}
.icon-togGrid{
    background:url('../img/icon-togGrid.png') no-repeat center center;
}
.icon-togOutline{
    background:url('../img/icon-togOutline.png') no-repeat center center;
}
.icon-rollback{
    background:url('../img/icon-rollback.png') no-repeat center center;
}
.icon-removeSpaces{
    background:url('../img/icon-removeSpaces.png') no-repeat center center;
}
.icon-autoAlign{
    background:url('../img/icon-orderAsc.png') no-repeat center center;
}
.icon-orderAsc{
    background:url('../img/icon-orderAsc.png') no-repeat center center;
}
.icon-orderDesc{
    background:url('../img/icon-orderDesc.png') no-repeat center center;
}

.icon-sortRedAsc{
    background:url('../img/icon-sortRedAsc.png') no-repeat center center;
}
.icon-sortRedDesc{
    background:url('../img/icon-sortRedDesc.png') no-repeat center center;
}
.icon-sortBlueAsc{
    background:url('../img/icon-sortBlueAsc.png') no-repeat center center;
}
.icon-sortBlueDesc{
    background:url('../img/icon-sortBlueDesc.png') no-repeat center center;
}
.icon-fontBold{
    background:url('../img/icon-fontBold.png') no-repeat center center;
}
.icon-fontItalic{
    background:url('../img/icon-fontItalic.png') no-repeat center center;
}
.icon-fontUnderline{
    background:url('../img/icon-fontUnderline.png') no-repeat center center;
}
.icon-fontColor{
    background:url('../img/icon-fontColor.png') no-repeat center center;
}
.icon-fontBgColor{
    background:url('../img/icon-fontBgColor.png') no-repeat center center;
}
.icon-fontHorzLeft{
    background:url('../img/icon-fontHorzLeft.png') no-repeat center center;
}
.icon-fontHorzCenter{
    background:url('../img/icon-fontHorzCenter.png') no-repeat center center;
}
.icon-fontHorzRight{
    background:url('../img/icon-fontHorzRight.png') no-repeat center center;
}
.icon-execution{
    background:url('../img/icon-execution.png') no-repeat center center;
}
.contShortcut {
    position:absolute;
    right:3px;
    font-size:11px;
    color:#808080;
}

input::-ms-clear { display: none; }